tools/xl: use proper name for bash_completion file
authorOlaf Hering <olaf@aepfle.de>
Tue, 20 Oct 2020 12:39:28 +0000 (14:39 +0200)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 22 Jan 2021 14:28:44 +0000 (14:28 +0000)
commitbb9afb7a465d3b7b438f2e11105409d24400f8f4
tree51c66e3da761da348995b4121a6e0f96d3f1faf6
parenta40deb3acb80648bbaf8701b52fbc54ec50a18e0
tools/xl: use proper name for bash_completion file

Files in the bash-completion dirs should be named like the commands,
without suffix. Without this change 'xl' will not be recognized as a
command with completion support if BASH_COMPLETION_DIR is set to
/usr/share/bash-completion/completions.

Fixes: 9136a919b ("xl: Add basic bash completion for xl command.")
Signed-off-by: Olaf Hering <olaf@aepfle.de>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
Release-Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/xl/Makefile
tools/xl/bash-completion